home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global act
- sound playFile 2, "..\som\ovo.wav"
- startTimer()
- repeat while the timer < 20
- nothing()
- end repeat
- onVis(8)
- updateStage()
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- set act to 1
- set the volume of sound 1 to 0
- set the volume of sound 2 to 0
- onVis(12, 14)
- end
-